home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Frameworks / Sprocket Framework DR2 / Getting Started < prev    next >
Text File  |  1996-06-16  |  755b  |  17 lines

  1. To start a new project with Sprocket, copy one of the project folders
  2. (SprocketSample or SprocketNothing) to a new location on your hard drive.  Rename
  3. the SprocketSample or SprocketNothing files to your app's name.  Now begin coding!
  4.  
  5.  
  6. Which project should I start from?
  7. ----------------------------------
  8.  
  9. Well, it doesn't make too much of a difference, so I will outline the possible
  10. usages of each.
  11.  
  12. If you are doing anything text related, use SprocketSample because it already
  13. supports a reasonable full-featured text window class.  There are other classes
  14. which you will probably want to pull out of it though, since many features were
  15. crammed in for the sake of it being a sample app.  If you want to start from a
  16. clean slate, use SprocketNothing.
  17.